func runtime.memProfileInternal
3 uses
runtime (current package)
mprof.go#L1001: return memProfileInternal(len(p), inuseZero, func(r profilerecord.MemProfileRecord) {
mprof.go#L1017: func memProfileInternal(size int, inuseZero bool, copyFn func(profilerecord.MemProfileRecord)) (n int, ok bool) {
mprof.go#L1097: return memProfileInternal(len(p), inuseZero, func(r profilerecord.MemProfileRecord) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)